Get All Boards
AutomatR.Jira.Activities.GetAllBoards
The "Get All Boards" activity in AutomatR's Jira package utilizes the Jira API to retrieve a list of boards. This activity is designed to provide comprehensive information about boards associated with a Jira organization, facilitating efficient project management within automation workflows.
Properties
Name | Description |
---|---|
Misc | |
Display Name | The display name of the activity. This field supports only strings or String variables. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get All Boards" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs an object listing all the project details based on the JIRA organization. Variables of relevant types (e.g., dynamic variables) to store the board information. |
How to use:
- Drag and drop the "Get All Boards" activity onto the workflow.
- Optionally, configure the delay.
- Execute the workflow to retrieve information about all boards associated with the Jira organization.
Example: Consider an example where the "Get All Boards" activity is used to retrieve a list of all boards within the Jira organization:
Get All Boards:
Result: allBoardsData
In this example, the activity fetches information about all boards associated with the Jira organization. The result, which includes details about each board, is stored in the dynamic variable "allBoardsData" for further handling in the workflow.